Welcome![Sign In][Sign Up]
Location:
Search - http java

Search list

[Other resourcejava

Description: 简单Java程序调试 1.1 实验目的 (1)掌握Java应用程序和Java Applet程序的调试步骤; (2)了解Java程序的基本组成结构; (3)了解字符方式和图形方式下数据的输出方法。 1.2 知识要点 1.2.1 Java编程运行环境的安装 (1)在http://java.sun.com根据自己的操作系统下载安装程序,按安装说明进行安装。 (2)设置环境变量。以WinXP为例,在“我的电脑”上点右键,打开属性→高级→环境变量→系统变量,选中变量path进行编辑,在后面加入“ C:\\j2sdk1.4.2\\bin”,注意:这里的目录C:\\j2sdk1.4.2是你安装Java的目录。 (3)打开命令提示符窗口,输入javac命令按回车,如果出现命令的使用参数说明,则表示设置正确,如果出现非法命令的错误提示,则应该重新设置。 1.2.2 Java程序调试步骤 Java程序的调试分编辑、编译、运行3个步骤,见图1-1
Platform: | Size: 59090 | Author: wangli | Hits:

[Embeded-SCM Develop使用Java创建的下载管理器

Description: 下载管理器是基于HTTP1.1而建立的,支持断点续传.采用Java Swing创建了一个简单高效的GUI界面,具有一次下载多个文件的能力.-Download Manager is based on established HTTP1.1 support HTTP. Java Swing creation of a simple and efficient GUI interface, with a number of downloaded documents.
Platform: | Size: 5996 | Author: 陈宁 | Hits:

[Proxy ServerJava TCP/HTTP代理

Description: 一个Java写的端口代理程序,大家不妨可以看看
Platform: | Size: 3109 | Author: jinly1019@163.com | Hits:

[OtherJAVA API官方文档中文版

Description: JAVA API官方文档中文版,需要的朋友请不要错过,多多支持! Sun 公司提供的Java API Docs是学习和使用Java语言中最经常使用的参考资料之一。但是长期以来此文档只有英文版,对于中国地区的Java开发者来说相当的不便。目前Sun 公司正在组织多方力量将此文档翻译成中文,并于2005年10月31日在Sun 中国技术社区(http://gceclub.sun.com.cn/)正式发布第一批中文版Java API文档(包括java.lang和java.util类库API 文档的中文版)。经过将近10个月的努力,目前我们已经将Java SE 5.0的全部API文档中文化。开发人员可以通过Sun 中国技术社区的网站在线浏览相关文档,也可以将全部文档下载到本地以方便检索和使用。
Platform: | Size: 18959192 | Author: jlugeliang | Hits:

[Web ServerHttpServer

Description: small http server
Platform: | Size: 126976 | Author: | Hits:

[JSP/JavaHTTP客户端

Description: java http客户端相应源代码-http client corresponding source code
Platform: | Size: 734208 | Author: 侯志宏 | Hits:

[DocumentsJava 的 HTTP 文件队列下载

Description: 今天发现的一起分享-today found the share
Platform: | Size: 25600 | Author: 石宝臣 | Hits:

[JSP/JavaHttpSample

Description: http连接的客户端程序-http connect client
Platform: | Size: 1024 | Author: | Hits:

[Web ServerNetworking

Description: Java网络编程方面,包括服务器、Socket、http等方面的12个程序-Java programming networks, including servers, Socket, http and so the 12 procedures
Platform: | Size: 24576 | Author: 朱桂添 | Hits:

[Successful incentiveTestMethod

Description: http下载多线程功能,实现断点续传功能-http download multithreading functions and HTTP functions
Platform: | Size: 1024 | Author: 彩虹 | Hits:

[Embeded-SCM Develop使用Java创建的下载管理器

Description: 下载管理器是基于HTTP1.1而建立的,支持断点续传.采用Java Swing创建了一个简单高效的GUI界面,具有一次下载多个文件的能力.-Download Manager is based on established HTTP1.1 support HTTP. Java Swing creation of a simple and efficient GUI interface, with a number of downloaded documents.
Platform: | Size: 6144 | Author: 陈宁 | Hits:

[Search EngineSearchCrawler

Description: 一个搜索引擎类,使用方法:在命令窗口输入: D:\>java SearchCrawler http://www.sina.com 20 java-a search engine category, the use of methods : the command window : D : \ gt; Java SearchCrawler http://www.sina.com 20 java
Platform: | Size: 3072 | Author: loon | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[J2MEHttpDemo

Description: java个人心得\j2me\sdkapp中,关于http应用得例子。-personal experiences \ J2ME \ sdkapp, on the http in application examples.
Platform: | Size: 11264 | Author: 武维 | Hits:

[Internet-Network使用java控制HTTP协议客户端应用

Description:  Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。 -Http client program has been integrated into the Java language, URLConnection can call category. Unfortunately, because Sun has not announced Http client source code, it achieved the details are still a mystery. According to the HTTP protocol specification. with the realization of a category Java.net.Socket HTTP client program.
Platform: | Size: 6144 | Author: 郑描中 | Hits:

[Software EngineeringHttp

Description: 自己平时从网上搜集的http协议解析文档-Their normally collected from the Internet http protocol analysis document
Platform: | Size: 1650688 | Author: cary | Hits:

[JSP/Javaj-nio-http-server-source

Description: 基于java nio实现的http服务器,多线程,性能通过测试,正在研究nio或者服务器的朋友可以看下-Java nio realize based on the http server, multithreading, performance through testing, is studying the nio server or friends can facie
Platform: | Size: 26624 | Author: dev | Hits:

[Crack Hackaescrypt-java-3_0

Description: 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress() with something else. In order to use 256 bit AES keys, you must download and install "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from http://java.sun.com/javase/downloads/index.jsp -Java files using the AES encryption This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. RequirementsThe Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress () with something else. In order to use 256 bit AES keys, you must download and install
Platform: | Size: 35840 | Author: 王小军 | Hits:

[JSP/Javahttp-java-applet

Description: 这是我编译好的http-java-applet小程序,可以在linux下运行,方便使用.如在浏览器上看摄像头图象-good small programing .it use for embedded linux ,a http-java-applet
Platform: | Size: 28672 | Author: 阳光 | Hits:

[JSP/JavaJAVA

Description: java断点续传程序,内容:(一)断点续传的原理 (二)Java实现断点续传的关键几点 (三)断点续传内核的实现-HTTP java program, the contents of: (a) the principle of HTTP (2) Java HTTP to achieve the critical points (c) the realization of the kernel HTTP
Platform: | Size: 7168 | Author: 王乾坤 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net